func go/doc.fields

2 uses

	go/doc (current package)
		reader.go#L351: func fields(typ ast.Expr) (list []*ast.Field, isStruct bool) {
		reader.go#L394: 	list, typ.isStruct = fields(spec.Type)